home *** CD-ROM | disk | FTP | other *** search
- object SpellDialog: TSpellDialog
- Left = 511
- Top = 173
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'xxSpelling'
- ClientHeight = 246
- ClientWidth = 396
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- OnActivate = FormActivate
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- PixelsPerInch = 96
- TextHeight = 13
- object NotFoundText: TTntLabel
- Left = 8
- Top = 8
- Width = 63
- Height = 13
- Caption = 'xxNot Found:'
- FocusControl = NotFoundEdit
- end
- object ReplaceWithText: TTntLabel
- Left = 8
- Top = 36
- Width = 78
- Height = 13
- Caption = 'xxReplace With:'
- FocusControl = ReplaceWithEdit
- end
- object SuggestionsText: TTntLabel
- Left = 8
- Top = 64
- Width = 71
- Height = 13
- Caption = 'xxSuggestions:'
- FocusControl = SuggestionsListbox
- end
- object NotFoundEdit: TTntEdit
- Left = 132
- Top = 8
- Width = 140
- Height = 21
- TabStop = False
- ReadOnly = True
- TabOrder = 0
- OnDblClick = NotFoundEditDblClick
- end
- object ReplaceWithEdit: TTntEdit
- Left = 132
- Top = 35
- Width = 140
- Height = 21
- TabOrder = 1
- OnChange = ReplaceWithEditChange
- end
- object SuggestionsListbox: TTntListBox
- Left = 132
- Top = 62
- Width = 140
- Height = 179
- ItemHeight = 13
- TabOrder = 2
- OnClick = SuggestionsListboxClick
- OnDblClick = SuggestionsListboxDblClick
- end
- object UndoButton: TMMTNTBItBtn
- Left = 8
- Top = 191
- Width = 105
- Height = 23
- Caption = 'xxUndo'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 10
- OnClick = UndoButtonClick
- end
- object OptionsButton: TMMTNTBItBtn
- Left = 8
- Top = 218
- Width = 105
- Height = 23
- Caption = 'xxOptions'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 12
- OnClick = OptionsButtonClick
- end
- object IgnoreAllButton: TMMTNTBItBtn
- Left = 280
- Top = 36
- Width = 105
- Height = 23
- Caption = 'xxIgnore All'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = IgnoreAllButtonClick
- end
- object IgnoreButton: TMMTNTBItBtn
- Left = 280
- Top = 8
- Width = 105
- Height = 23
- Caption = 'xxIgnore'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = IgnoreButtonClick
- end
- object ChangeAllButton: TMMTNTBItBtn
- Left = 280
- Top = 95
- Width = 105
- Height = 23
- Caption = 'xxChange All'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = ChangeAllButtonClick
- end
- object ChangeButton: TMMTNTBItBtn
- Left = 280
- Top = 67
- Width = 105
- Height = 23
- Caption = 'xxChange'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = ChangeButtonClick
- end
- object AddButton: TMMTNTBItBtn
- Left = 280
- Top = 126
- Width = 105
- Height = 23
- Caption = 'xxAdd'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = AddButtonClick
- end
- object AutoCorrectButton: TMMTNTBItBtn
- Left = 280
- Top = 154
- Width = 105
- Height = 23
- Caption = 'xxAuto-Correct'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- OnClick = AutoCorrectButtonClick
- end
- object HelpButton: TMMTNTBItBtn
- Left = 280
- Top = 190
- Width = 105
- Height = 23
- Caption = 'xxHelp'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 9
- OnClick = HelpButtonClick
- end
- object CancelButton: TMMTNTBItBtn
- Left = 280
- Top = 218
- Width = 105
- Height = 23
- Cancel = True
- Caption = 'xxCancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 11
- OnClick = CancelButtonClick
- end
- end
-